home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / rbbs / offline2.zip / README < prev    next >
Text File  |  1992-09-15  |  4KB  |  70 lines

  1.                       Off-Line File Request System
  2.                              Gary Glueckert
  3.                        The SUNY BBS 516-420-0818
  4.                          1200 - 14400 Baud N,8,1
  5.  
  6.         This system uses RBBS-PC's Fast File Search system, offline macros,
  7. a modified RBBS.BAT file, and 2 different MENU0's to help the SysOp keep
  8. track of Off-Line File requests. When a request to restore a file has been
  9. made by a user, the RBBS batch file will copy over a MENU0 containing
  10. a message informing the SysOp that there is a file Request waiting.
  11. After the file request is processed; the file containing the information
  12. for the request will have to be deleted and the RBBS batch file will
  13. sense this and copy over the original MENU0.
  14.  
  15.         For this system to work, the paths and directories that are
  16. specified in the Batch file and Macros must exist. If you are using a
  17. different directory structure then you must go through all of these files
  18. and change the directories so that they match the ones you are using.
  19. RBBS-PC MUST BE SET TO EXERNAL RECYCLE!!!
  20.  
  21.         For those SysOps using the STUNY Mods you must copy OFFLINE2.IMC
  22. to OFFLINE.IMC, this is because these mods prompt for description FIRST,
  23. before the upload starts. 
  24.  
  25. The Process:
  26.  
  27. 1. - The macros DISK??.IMC will be called from the different DISK??.DIR
  28.      files that you have told MAKEFIDX exist. I am assuming, for the sake of
  29.      brevity, that you understand how to setup the different .DIR files used
  30.      by MAKEFIDX. If not, you can run the OFFDIR.BAT file included with this
  31.      archive. Instructions on using OFFDIR.BAT are found in OFFDIR.DOC.
  32. 2. - In turn, OFFLINE.IMC will be called. OFFLINE.IMC will be able to handle
  33.      both upload and download situations pertaining to off-line files.
  34. 3. - If the user wishes to make a request to have a file restored then
  35.      OFFLINE.IMC will write to the file named REQUEST.DAT all of the
  36.      information needed to restore the file.
  37. 4. - After the user logs-off RBBS will recycle externally to the RBBS.BAT
  38.      file. If the BAT file finds REQUEST.DAT it will copy over the
  39.      menu0.req file over to menu0. This menu0 contains a message informing
  40.      the SysOp that a file request exists.
  41. 5. - After you EXIT RBBS and process (restore) the file request you MUST
  42.      delete the REQUEST.DAT file. When you restart RBBS using the RBBS.BAT
  43.      file it will not find the REQUEST.DAT file and copy over MENU0.NO to
  44.      MENU0
  45.  
  46.         That's it, pretty simple concept really. You can probably dream up
  47. your own schemes from this concept. Just be sure that RBBS will recycle
  48. EXTERNALLY and you are all set.
  49.         But, what if you get a new Hard Drive and want to put all those 
  50. great files back online? See the utility contained in RSTORE01.ZIP 
  51. included in this archive.
  52.  
  53.         Demo files included with this archive are:
  54.         README   -----> The file you are reading now.
  55.         RBBS!.BAT ----> Demo RBBS.BAT file.
  56.         OFFDIR.BAT ---> BAT file to create DISK??.DIR, DISK??.IMC files.
  57.         OFFDIR.DOC ---> Instructions on using OFFDIR.BAT
  58.         MENU0.NO  ----> Color version of MENU0, no request status.
  59.         MENU0.REQ ----> Color version MENU0, With request status.
  60.         DISK??.DIR ---> Demo Directory files for MAKEFIDX
  61.         DISK??.IMC ---> Demo Macros for .DIR files, sets disk no.
  62.         OFFLINE.IMC --> Offline file macro to handle up/downloads.
  63.         OFFLINE2.IMC -> Offline file macro to handle up/downloads
  64.                         with STUNY mods installed.
  65.         MAKEFIDX.CFG -> Demo configuration for MAKEFIDX
  66.         RSTORE01.ZIP -> Utility to restore offline disks
  67.  
  68. 09/15/92
  69.  
  70.